[
  {
    "comment": "This file contains custom reforging materials. By default, you can reforge
                a tool with its repair item (like iron ingots for an iron sword), but some
                items don't have a repair item, like bows. This adds items to reforge those.
                It can also add an item for 'any', which will work for any item that can't be
                reforged otherwise. For more info about how to add materials, visit:
                https://bitbucket.org/Tmtravlr/qualitytools/wiki/Home",
    "tool": "any",
    "material": {
        "item": "minecraft:nether_star"
    }
  },
  {
    "tool": {
        "item": "minecraft:bow"
    },
    "material": {
        "ore_dict": "plankWood"
    }
  },
  {
    "tool": {
        "item": "minecraft:fishing_rod"
    },
    "material": {
        "ore_dict": "plankWood"
    }
  },
  {
    "tool": {
        "item": "minecraft:wooden_hoe"
    },
    "material": {
        "ore_dict": "plankWood"
    }
  },
  {
    "tool": {
        "item": "minecraft:stone_hoe"
    },
    "material": {
        "ore_dict": "cobblestone"
    }
  },
  {
    "tool": {
        "item": "minecraft:iron_hoe"
    },
    "material": {
        "ore_dict": "ingotIron"
    }
  },
  {
    "tool": {
        "item": "minecraft:shears"
    },
    "material": {
        "ore_dict": "ingotIron"
    }
  },
  {
    "tool": {
        "item": "minecraft:iron_horse_armor"
    },
    "material": {
        "ore_dict": "ingotIron"
    }
  },
  {
    "tool": {
        "item": "minecraft:golden_hoe"
    },
    "material": {
        "ore_dict": "ingotGold"
    }
  },
  {
    "tool": {
        "item": "minecraft:golden_horse_armor"
    },
    "material": {
        "ore_dict": "ingotGold"
    }
  },
  {
    "tool": {
        "item": "minecraft:diamond_hoe"
    },
    "material": {
        "ore_dict": "gemDiamond"
    }
  },
  {
    "tool": {
        "item": "minecraft:diamond_horse_armor"
    },
    "material": {
        "ore_dict": "gemDiamond"
    }
  },
  {
    "tool": {
        "item": "qualitytools:emerald_ring"
    },
    "material": {
        "ore_dict": "gemEmerald"
    }
  },
  {
    "tool": {
        "item": "qualitytools:emerald_amulet"
    },
    "material": {
        "ore_dict": "gemEmerald"
    }
  },
  {
    "tool": {
        "item": "minecraft:totem_of_undying"
    },
    "material": {
        "ore_dict": "gemEmerald"
    }
  }
]